home *** CD-ROM | disk | FTP | other *** search
- 5 poke53280,.:poke53281,.
- 10 rem start address finder - k.carroll
- 15 print"[147][154] start address finder"
- 16 print" by k. carroll":poke198,.
- 20 input"[154]enter filename";f$
- 30 open 2,8,2,f$:get#2,a$,b$:close2
- 40 print"[154]start address:";
- 50 c$=chr$(0):print asc(a$+c$)+256*asc(b$+c$)
- 60 print" [154]would you like to find another? (y[154]/n[154])"
- 70 a=peek(203):ifa<>25anda<>39then70
- 80 ifa=25thenrun
- 85 d=peek(186):ifd<8thend=8
- 90 print"[147][144]load"chr$(34)"b.tips and trick"chr$(34)","d
- 92 print"run":poke631,13:poke632,13:poke198,2:end
- 10000 d=peek(186):n$="start address fi":open15,d,15,"s0:"+n$:close15:saven$,d:end
-